func crypto/x509.parseAuthorityKeyIdentifier

3 uses

	crypto/x509 (current package)
		parser.go#L419: func parseAuthorityKeyIdentifier(e pkix.Extension) ([]byte, error) {
		parser.go#L746: 				out.AuthorityKeyId, err = parseAuthorityKeyIdentifier(e)
		parser.go#L1215: 				rl.AuthorityKeyId, err = parseAuthorityKeyIdentifier(ext)